From aebea7d644795bb9bf89a75a97f9af8150835673 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Thu, 16 Feb 2017 12:22:58 +0100 Subject: [PATCH] filechooserwidget: Fix profiling code compilation --- gtk/gtkfilechooserwidget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkfilechooserwidget.c b/gtk/gtkfilechooserwidget.c index d43961dbde..76240298a1 100644 --- a/gtk/gtkfilechooserwidget.c +++ b/gtk/gtkfilechooserwidget.c @@ -136,7 +136,7 @@ profile_add_indent (int indent) g_error ("You screwed up your indentation"); } -void +static void _gtk_file_chooser_profile_log (const char *func, int indent, const char *msg1, const char *msg2) { char *str; -- 2.30.2